GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-06T16:07:53.6160467+00:00",
"SubmitDate": "2026-03-06T16:07:53.6160467+00:00",
"ReportPeriodStart": "2026-03-06T16:07:53.6160467+00:00",
"ReportPeriodEnd": "2026-03-06T16:07:53.6160467+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c815d69b-031b-4457-9242-d07d0274ee80",
"Rows": [
{
"ItemId": "725b0d93-0a1c-4b3a-bb9d-9c81f63f9752",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "725b0d93-0a1c-4b3a-bb9d-9c81f63f9752",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c815d69b-031b-4457-9242-d07d0274ee80",
"Rows": [
{
"ItemId": "725b0d93-0a1c-4b3a-bb9d-9c81f63f9752",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "725b0d93-0a1c-4b3a-bb9d-9c81f63f9752",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c53b8c57-a684-4b75-87a5-596d6ed3597f",
"1a4d5587-ec3d-48cf-9467-5f6527ab71e9"
],
"Approvers": [
"f6d50e6e-ada2-447a-97e0-7f5aa078db7e",
"eed3546b-8317-4bd6-9c55-9aa519372f8e"
],
"ApprovedBy": "03a00a99-3aec-4794-a8e3-b5ec807ddcc0",
"ApprovalDate": "2026-03-06T16:07:53.6316622+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "03864957-acc8-4ed3-8f67-bd2210ae2139",
"id": "66d81781-166c-4f44-9574-c2c8baed7e02",
"ConfigId": "ec2681c7-a729-475f-a8f8-ad6d69863505"
},
{
"GenerationDate": "2026-03-06T16:07:53.6160467+00:00",
"SubmitDate": "2026-03-06T16:07:53.6160467+00:00",
"ReportPeriodStart": "2026-03-06T16:07:53.6160467+00:00",
"ReportPeriodEnd": "2026-03-06T16:07:53.6160467+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c815d69b-031b-4457-9242-d07d0274ee80",
"Rows": [
{
"ItemId": "725b0d93-0a1c-4b3a-bb9d-9c81f63f9752",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "725b0d93-0a1c-4b3a-bb9d-9c81f63f9752",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c815d69b-031b-4457-9242-d07d0274ee80",
"Rows": [
{
"ItemId": "725b0d93-0a1c-4b3a-bb9d-9c81f63f9752",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "725b0d93-0a1c-4b3a-bb9d-9c81f63f9752",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c53b8c57-a684-4b75-87a5-596d6ed3597f",
"1a4d5587-ec3d-48cf-9467-5f6527ab71e9"
],
"Approvers": [
"f6d50e6e-ada2-447a-97e0-7f5aa078db7e",
"eed3546b-8317-4bd6-9c55-9aa519372f8e"
],
"ApprovedBy": "03a00a99-3aec-4794-a8e3-b5ec807ddcc0",
"ApprovalDate": "2026-03-06T16:07:53.6316622+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "03864957-acc8-4ed3-8f67-bd2210ae2139",
"id": "66d81781-166c-4f44-9574-c2c8baed7e02",
"ConfigId": "ec2681c7-a729-475f-a8f8-ad6d69863505"
}
]